[第二週] 變數的型態


可分為

  • Primitive
    • 布林 (boolean): true, false
    • 數字 (number) : 所有數字,包含小數
    • 字串 (string) :用雙引號或單引號包起來
  • 物件 (Objects) : null, array
  • 未定義 (undefined)
  • 函式 (function)

#variable






你可能感興趣的文章

程式心情雜記 10 月 15 日

程式心情雜記 10 月 15 日

解決WebStorm記憶體過度使用

解決WebStorm記憶體過度使用

[SQL] Update Where 依照條件更新指定欄位

[SQL] Update Where 依照條件更新指定欄位






留言討論